Class org.omg.CORBA.StringHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.StringHolder

java.lang.Object
   |
   +----org.omg.CORBA.StringHolder

public final class StringHolder
extends Object
A Holder class for strings for use with out and in/out IDL parameters.

Variable Index

 o value
the String value held by the StringHolder

Constructor Index

 o StringHolder()
construct the StringHolder with null initial value
 o StringHolder(String)
construct the StringHolder with the given String

Variables

 o value
  public String value
the String value held by the StringHolder

Constructors

 o StringHolder
  public StringHolder()
construct the StringHolder with null initial value
 o StringHolder
  public StringHolder(String initial)
construct the StringHolder with the given String
Parameters:
initial - the String used to initialize the StringHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index